php goto

127

php goto -

<?php
goto a;
echo 'Foo';
 
a:
echo 'Bar';
?>

Comments

Submit
0 Comments